            #oopss {
                background: linear-gradient(-45deg, rgba(0,116,98, 1), rgba(0,96,81, 1));
                position: fixed;
                left: 0px;
                top: 0;
                width: 100%;
                height: 100%;
                line-height: 1.5em;
                z-index: 9999;
            }
            #radius {
                border-radius: 500px;
            }
			.footer {
                left: 0;
                bottom: 0;
                width: 100%;
                background: linear-gradient(45deg, rgba(0,116,98, 1), rgba(0,96,81, 1));
                color: white;
                text-align: center;
                font-family: sans-serif;
                font-size: 10px;
                color: white;
            }
			.svg {
				width: 50%;
				height: 50%;
                text-align: center;
			}
			.w300 {
				width: 80%;
                text-align: center;
			}
			.wr150 {
				max-width : 200px;
                width: 50%;				float: center;
				margin-left: 10px;
				margin-right: 10px;				
			}
			.wl150 {
				max-width : 200px;
                width: 50%;
				float: center;
				margin-right: 10px;
				margin-left: 10px;
			}